home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / SYMBOL / Conversions / Strings / str-cat < prev    next >
Text File  |  1998-10-23  |  122b  |  9 lines

  1. str-cat string &rest strings
  2.  
  3. Concatenates the input strings.
  4.  
  5. (str-cat "-" " " "-" (invert-string "- -"))
  6. --> "- - - "
  7.  
  8.  
  9.